lib/webconsole/dependencies/lib/view.rb in webconsole-0.1.18 vs lib/webconsole/dependencies/lib/view.rb in webconsole-0.1.19

- old
+ new

@@ -11,9 +11,9 @@ load_erb_from_path(VIEW_TEMPLATE) end ADD_MISSING_DEPENDENCY_FUNCTION = "addMissingDependency" def add_missing_dependency(name, type, installation_instructions = nil) - self.do_javascript_function(ADD_MISSING_DEPENDENCY_FUNCTION, [name, type, installation_instructions]) + do_javascript_function(ADD_MISSING_DEPENDENCY_FUNCTION, [name, type, installation_instructions]) end end end \ No newline at end of file