Fix slider code

This commit is contained in:
YNH Webdev
2013-10-30 13:14:48 +01:00
parent 4b11bbb73d
commit a979bf24d4
2 changed files with 18 additions and 1 deletions

View File

@@ -263,6 +263,9 @@ class WSF_PAGE_CONTROL extends WSF_CONTROL
remove:()->
console.log "Removed #{@control_name}"
@$el.remove()
class WSF_SLIDER_CONTROL extends WSF_CONTROL
requirements: ['assets/bootstrap.min.js']
controls = {}