mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Tidy editor code to pass jshint
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
**/
|
||||
RED.sidebar = function() {
|
||||
RED.sidebar = (function() {
|
||||
|
||||
//$('#sidebar').tabs();
|
||||
var sidebar_tabs = RED.tabs.create({
|
||||
@@ -150,4 +150,4 @@ RED.sidebar = function() {
|
||||
containsTab: containsTab
|
||||
}
|
||||
|
||||
}();
|
||||
})();
|
||||
|
Reference in New Issue
Block a user