quick_script 0.11.4 → 0.11.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module QuickScript
2
- VERSION = "0.11.4"
2
+ VERSION = "0.11.5"
3
3
  end
@@ -867,6 +867,8 @@ class @View
867
867
  , 600
868
868
  opts.slide_index(idx)
869
869
  load : ->
870
+ reload : ->
871
+ @load()
870
872
  addView : (name, view_class, tpl) ->
871
873
  @views[name] = new view_class(name, this)
872
874
  @views[name].templateID = tpl
@@ -894,7 +896,7 @@ class @View
894
896
  view.load.apply(view, args[1..])
895
897
  window.onbeforeunload = @view.events.before_unload
896
898
  else
897
- @view.load.apply(@view, args[1..])
899
+ @view.reload.apply(@view, args[1..])
898
900
  isTask : (task) ->
899
901
  @task() == task
900
902
  getViewName : (view) ->
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 11
8
- - 4
9
- version: 0.11.4
8
+ - 5
9
+ version: 0.11.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alan Graham
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2012-10-25 00:00:00 -04:00
17
+ date: 2012-10-29 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies: []
20
20