Remove autonumeric.js

This library is not used anymore

Change-Id: I7a41507a3f9f8e7ee75fbac4a112c715e02007f9
This commit is contained in:
Vitaly Kramskikh 2015-08-18 00:45:33 +03:00
parent 4710801a2f
commit 1f6943bdb4
2 changed files with 0 additions and 9 deletions

View File

@ -12,7 +12,6 @@
"jsx-requirejs-plugin": "0.5.1",
"routefilter": "0.2.1",
"lodash": "3.9.3",
"autoNumeric": "1.9.12",
"backbone": "1.2.1",
"backbone.stickit": "0.9.2",
"i18next": "1.7.1",
@ -36,9 +35,6 @@
"requirejs-plugins": {
"main": "src/json.js"
},
"autoNumeric": {
"main": "autoNumeric.js"
},
"i18next": {
"main": "release/i18next-1.7.1.js"
},

View File

@ -22,7 +22,6 @@ define(function() {
paths: {
jquery: 'vendor/bower/jquery/dist/jquery',
'js-cookie': 'vendor/bower/js-cookie/src/js.cookie',
'jquery-autoNumeric': 'vendor/bower/autoNumeric/autoNumeric',
lodash: 'vendor/bower/lodash/lodash',
underscore: 'vendor/bower/lodash/lodash',
backbone: 'vendor/bower/backbone/backbone',
@ -75,10 +74,6 @@ define(function() {
// even though deepmodel uses AMD format, it uses _.mixin
// before define() call
deps: ['underscore']
},
'jquery-autoNumeric': {
// non-AMD module, relies on global jQuery
deps: ['jquery']
}
},
map: {