source: Dev/trunk/src/client/util/docscripts/lib/parser2/JavaScriptRegExp.php

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 151 bytes
Line 
1<?php
2
3require_once('JavaScriptLiteral.php');
4
5class JavaScriptRegExp extends JavaScriptLiteral {
6  public function type() {
7    return 'RegExp';
8  }
9}
Note: See TracBrowser for help on using the repository browser.