Skip to content
Snippets Groups Projects
Commit 2e021069 authored by Antony Lesuisse's avatar Antony Lesuisse
Browse files

[IMP] rename base.js into boot.js

bzr revid: al@openerp.com-20110727191515-ua17q2qnuy0538fo
parent 25af6f34
Branches
Tags
No related merge requests found
......@@ -17,7 +17,7 @@
"static/lib/qweb/qweb2.js",
"static/lib/underscore/underscore.js",
"static/lib/underscore/underscore.string.js",
"static/src/js/base.js",
"static/src/js/boot.js",
"static/src/js/chrome.js",
"static/src/js/controller.js",
"static/src/js/views.js",
......
//---------------------------------------------------------
// OpenERP initialisation and black magic about the pool
// OpenERP Web Boostrap
//---------------------------------------------------------
/**
......@@ -57,7 +57,6 @@
// OpenERP base module split
//---------------------------------------------------------
/** @namespace */
openerp.base = function(instance) {
openerp.base.controller(instance);
openerp.base.dates(instance);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment