Move Noty to vendor folder.

This commit is contained in:
Ting-Kuan 2014-04-01 02:41:04 -04:00
parent 085d181ed3
commit e076440d1b
3 changed files with 5 additions and 4 deletions
app/views/editor/components
bower.json
vendor/scripts

View file

@ -163,12 +163,13 @@ module.exports = class ThangComponentEditView extends CocoView
requireSystem = node.data.system.toLowerCase()
if requireSystem not in extantSystems
warn_element = 'Component <b>' + node.data.name + '</b> requires system <b>' + requireSystem + '</b> which is currently not specified in this level.'
noty({
text: 'Component <b>' + node.data.name + '</b> requires system <b>' + requireSystem + '</b> which is currently not specified in this level.',
text: warn_element,
layout: 'bottomLeft',
type: 'warning'
})
currentSelection = @addComponentsTreema?.getLastSelectedTreema()?.data._id
id = node.data._id

View file

@ -35,8 +35,7 @@
"aether": "~0.1.14",
"underscore.string": "~2.3.3",
"firebase": "~1.0.2",
"catiline": "~2.9.3",
"noty": "~2.2.0"
"catiline": "~2.9.3"
},
"overrides": {
"backbone": {

File diff suppressed because one or more lines are too long